From 95b46c8921e22927d2105b3656dd79f9f179bf67 Mon Sep 17 00:00:00 2001 From: Ivan Ukhov Date: Sat, 19 Mar 2016 07:43:49 +0100 Subject: [PATCH] =?utf8?q?doc:=20make=20the=20pages=E2=80=99=20titles=20co?= =?utf8?q?nsistent?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- src/doc/build-script.md | 2 +- src/doc/config.md | 2 +- src/doc/faq.md | 2 +- src/doc/manifest.md | 2 +- src/doc/pkgid-spec.md | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/doc/build-script.md b/src/doc/build-script.md index f5bc18d93..fa4007479 100644 --- a/src/doc/build-script.md +++ b/src/doc/build-script.md @@ -1,4 +1,4 @@ -% Build Script Support - Cargo Documentation +% Build Script Support Some packages need to compile third-party non-Rust code, for example C libraries. Other packages need to link to C libraries which can either be diff --git a/src/doc/config.md b/src/doc/config.md index 133703873..2db724785 100644 --- a/src/doc/config.md +++ b/src/doc/config.md @@ -1,4 +1,4 @@ -% Configuration - Cargo Documentation +% Configuration This document will explain how Cargo’s configuration system works, as well as available keys or configuration. For configuration of a project through its diff --git a/src/doc/faq.md b/src/doc/faq.md index 61e84a311..6bab5e4ce 100644 --- a/src/doc/faq.md +++ b/src/doc/faq.md @@ -1,4 +1,4 @@ -% Frequently Asked Questions - Cargo Documentation +% Frequently Asked Questions # Is the plan to use GitHub as a package repository? diff --git a/src/doc/manifest.md b/src/doc/manifest.md index a3a896866..fcf614d51 100644 --- a/src/doc/manifest.md +++ b/src/doc/manifest.md @@ -1,4 +1,4 @@ -% The Manifest Format - Cargo Documentation +% The Manifest Format # The `[package]` Section diff --git a/src/doc/pkgid-spec.md b/src/doc/pkgid-spec.md index fea45e3b7..0c42df592 100644 --- a/src/doc/pkgid-spec.md +++ b/src/doc/pkgid-spec.md @@ -1,4 +1,4 @@ -% Package ID Specifications - Cargo Documentation +% Package ID Specifications # Package ID Specifications -- 2.30.2